From a46458ddb0222bc4d795704180afa80c3d01e5c7 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 7 Jan 2009 12:32:26 +0000 Subject: [PATCH] (define-coding-system): Fix docstring about :bom usage. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 76ee7991746..fed9eec025b 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -711,7 +711,7 @@ This attribute has a meaning only when `:coding-type' is `iso-2022'. This attributes specifies whether the coding system uses a `byte order mark'. VALUE must nil, t, or cons of coding systems whose -`:coding-type' is `utf-16'. +`:coding-type' is `utf-16' or `utf-8'. If the value is nil, on decoding, don't treat the first two-byte as BOM, and on encoding, don't produce BOM bytes. -- 2.30.2